home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Net Power 2002 June
/
Net_2002_06.iso
/
play06.swf
/
scripts
/
DefineButton2_166
/
BUTTONCONDACTION on(press).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-05-01
|
320 b
|
23 lines
on(press){
if(flag == "1")
{
stop();
}
else
{
m = b;
b = "2";
flag = "0";
tellTarget("/pic")
{
play();
}
tellTarget("/pic1")
{
play();
}
set("/pic1/:fs","0.25");
set("/pic1/:bs","2.5");
}
}